home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Scanner / Scan.0.91 / scan.app / English.lproj / scan.nib / data.classes next >
Text File  |  1996-01-29  |  693b  |  27 lines

  1. scan_control = {
  2.     ACTIONS = {
  3.     "doPreview:" = "doPreview:"; 
  4.     "doScan:" = "doScan:"; 
  5.     "newDisplay:" = "newDisplay:"; 
  6.     "photocopy:" = "photocopy:"; 
  7.     }; 
  8.     OUTLETS = {
  9.     lengthText = lengthText; 
  10.     newDisplay = newDisplay; 
  11.     scanDisplay = scanDisplay; 
  12.     widthText = widthText; 
  13.     xstartText = xstartText; 
  14.     ystartText = ystartText; 
  15.     }; 
  16.     SUPERCLASS = Object; 
  17. };
  18. FirstResponder = {
  19.     ACTIONS = {"printScan:" = "printScan:"; "save:" = "save:"; "saveAs:" = "saveAs:"; }; 
  20.     SUPERCLASS = Object; 
  21. };
  22. scanView = {
  23.     ACTIONS = {"clearDisplay:" = "clearDisplay:"; }; 
  24.     OUTLETS = {height = height; startx = startx; starty = starty; width = width; }; 
  25.     SUPERCLASS = View; 
  26. };
  27.